home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00003Series_93.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  342 b   |  17 lines

  1. on mouseUp
  2.   global glinevar
  3.   if glinevar <> -1 then
  4.     if glinevar < 1 then
  5.       alert("You need to select a wheel model first")
  6.       set glinevar to 0
  7.       abort()
  8.     end if
  9.   end if
  10.   puppetSound("mainsnd")
  11.   puppetTransition(47, 1, 8)
  12.   put EMPTY into field "mainop"
  13.   set the puppet of sprite 10 to 0
  14.   WHEELOPHAND()
  15.   abort()
  16. end
  17.